home *** CD-ROM | disk | FTP | other *** search
- demo cell ascii
- screen "reset"
- display " "
- display " "
- display " "
- display "Learn System ver. 0.6 Demo"
- display " "
- display "Directions:"
- display " Reply to statements on each"
- display " screen or just press the "
- display " return key to be lead to "
- display " next screen. Enter the key-"
- display " word `EXIT' anytime to "
- display " return to either a menu or"
- display " this screen. "
- display " "
- display "Enter uppercase keyword:"
- display " "
- display " DOS - return to DOS"
- display " LESSON - sample lesson"
- display " PCC - sample ad"
- display " OVERLAY - overlay sample"
- display " COLOR - color sample"
- next demo
- exit correct demo
- dos correct /exit
- les learn lesson1
- pcc learn "pcc"
- ov correct overlay
- co correct color
- overlay cell ansi
- screen "gover0"
- screen "gover1"
- next over2
- over2 cell ansi
- screen "gover2"
- next over3
- over3 cell ansi
- screen "gover3"
- next demo
- color cell ansi
- screen p0
- screen "p1"
- screen "p2"
- next demo